home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.jan.archive / 000027_crash!stack.urc.tue.nl!leon_Wed, 12 Jan 94 03:19:18 PST.msg < prev    next >
Text File  |  1994-02-17  |  7KB  |  175 lines

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1kjx@bkhouse.cts.com>; Wed, 12 Jan 94 03:19:18 PST
  3. Received: from mailhost.tue.nl by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0pK2lh-0000Y2C; Wed, 12 Jan 94 02:25 PST
  5. Received: from terra.stack.urc.tue.nl by mailhost.tue.nl with SMTP id AA14894
  6.   (5.65c/IDA-1.4.4 for <amigae@bkhouse.cts.com>); Wed, 12 Jan 1994 11:25:22 +0100
  7. Received: from blade.stack.urc.tue.nl by terra.stack.urc.tue.nl (4.1/1.53)
  8.     id AA19322; Wed, 12 Jan 94 11:25:12 +0100
  9. Received: from localhost (leon@localhost) by blade.stack.urc.tue.nl (8.6.4/8.6.4) id LAA20763 for amigae@bkhouse.cts.com; Wed, 12 Jan 1994 11:24:06 +0100
  10. Message-Id: <199401121024.LAA20763@blade.stack.urc.tue.nl>
  11. Date: Wed, 12 Jan 1994 11:24:04 +0100 (MET)
  12. X-Mailer: ELM [version 2.4 PL23]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15. Content-Transfer-Encoding: 7bit
  16. Content-Length: 962
  17. From: leon@stack.urc.tue.nl (Leon Woestenberg)
  18. To: amigae@bkhouse.cts.com (AmigaE Mailing List)
  19. Subject: How do I fill this object?
  20.  
  21. Hi all!
  22.  
  23. My question is: How do I fill out an OBJECT that consists of a substructure?
  24. For example, I have problems with filling this OBJECT:
  25.  
  26. OBJECT is          /* interrupt structure (exec/interrupts) */
  27.   ln:substructure  /* this is a listnode structure (exec/nodes) */
  28.   data:LONG       
  29.   code:LONG
  30. ENDOBJECT
  31.  
  32. I tried:
  33. 1) DEF x:PTR TO is and then is:=[succ,pred,name,type,pri,data,code]:is
  34.                        'ln' data ^^^^^^^^^^^^^^^^^^^^^^^,^^^^^^^^^ 'is' data
  35.  
  36. 2) DEF x:PTR TO is and then is:=[[succ,pred,name,type,pri]:ln,data,code]:is
  37.    because I thought maybe the ln substructure is a pointer instead of the
  38.    actual data.
  39. Questions:
  40. 1) How do I fill out this babe using these immediate lists?
  41. 2) should the 'ln' entry in 'is' be a pointer to a node, or the data of the
  42.    node? 
  43. Note:
  44. 1) I did not know the exact ln format here, so maybe I missed one entry...
  45.  
  46. -- 
  47. Intel Outside, Intuition Inside...
  48. Leon Woestenberg (leon@stack.urc.tue.nl) 
  49. --
  50. From crash!stack.urc.tue.nl!leon Wed, 12 Jan 94 04:41:55 PST
  51. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  52.       id <1kkj@bkhouse.cts.com>; Wed, 12 Jan 94 04:41:55 PST
  53. Received: from mailhost.tue.nl by crash.cts.com with smtp
  54.     (Smail3.1.28.1 #18) id m0pK4ZZ-0000rgC; Wed, 12 Jan 94 04:21 PST
  55. Received: from terra.stack.urc.tue.nl by mailhost.tue.nl with SMTP id AA16332
  56.   (5.65c/IDA-1.4.4 for <AmigaE@bkhouse.cts.com>); Wed, 12 Jan 1994 13:21:05 +0100
  57. Received: from blade.stack.urc.tue.nl by terra.stack.urc.tue.nl (4.1/1.53)
  58.     id AA20441; Wed, 12 Jan 94 13:20:54 +0100
  59. Received: from localhost (leon@localhost) by blade.stack.urc.tue.nl (8.6.4/8.6.4) id NAA25798 for AmigaE@bkhouse.cts.com; Wed, 12 Jan 1994 13:19:49 +0100
  60. Message-Id: <199401121219.NAA25798@blade.stack.urc.tue.nl>
  61. Date: Wed, 12 Jan 1994 13:19:43 +0100 (MET)
  62. In-Reply-To: <199401111707.RAA06189@archiduc.irit.fr> from "Lionel VINTENAT" at Jan 11, 94 05:07:30 pm
  63. X-Mailer: ELM [version 2.4 PL23]
  64. Mime-Version: 1.0
  65. Content-Type: text/plain; charset=US-ASCII
  66. Content-Transfer-Encoding: 7bit
  67. Content-Length: 1542
  68. From: leon@stack.urc.tue.nl (Leon Woestenberg)
  69. To: AmigaE@bkhouse.cts.com
  70. Subject: Re: Who I am ... and something new for MUI
  71.  
  72. Hi!
  73. >     Hi everybody (and happy new year !),
  74. >     As I am new on this mailing list, I introduce myself.
  75. >     First of all, I am French and my English is very very bad as you can
  76. Not at all. My French is far worse then your English!
  77.  
  78. >     Second, I am a student of a french ingeneering school (the ENSEEIHT) and
  79. > I am in the computer section of this school. Now, it's my third (and last)
  80. > year in this school. My favourite domain is computer architecture and assembling
  81. > language.
  82. > I make it ? Because I wanted to use MUI with Amiga E, and to program MUI without
  83. > macros is quite impossible. So with this preprocessor (called Mac2E), I made
  84. > all that is needed to use MUI 1.4 with. The good news is that a wonderful
  85. > MUI builder (written by a friend) will be available soon (see below). So
  86. >     That's all, I hope all these news will interest you...
  87. Yes, both seems good news!
  88.  
  89. > PS: Someone told me about a next 3.0 version of Amiga E which will be soon
  90. > available. Can someone confirm me this news (with perhaps a date...) ?
  91. Wouter Oostmerssen himself, the author of Amiga E, is indeed very busy
  92. creating 3.0. Because he wanted to implement far more features (many OO
  93. things and modular design) it's going to take a while before it is finished.
  94.  
  95. Wouter told me that the compiler is now in it's final state, meaning that he
  96. implements the last features, writes the docs and has it tested.
  97.  
  98. I'm also looking forward for this cOOl 3.0 compiler.
  99.  
  100. -- 
  101. Intel Outside, Intuition Inside...
  102. Leon Woestenberg (leon@stack.urc.tue.nl) 
  103. --
  104. From crash!archiduc.irit.fr!vintenat Wed, 12 Jan 94 08:40:36 PST
  105. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  106.       id <1klb@bkhouse.cts.com>; Wed, 12 Jan 94 08:40:36 PST
  107. Received: from archiduc.irit.fr by crash.cts.com with smtp
  108.     (Smail3.1.28.1 #18) id m0pK5g8-0001NzC; Wed, 12 Jan 94 05:32 PST
  109. Received: from localhost (vintenat@localhost) by archiduc.irit.fr (8.6.4/8.6.4) id OAA06832 for AmigaE@bkhouse.cts.com; Wed, 12 Jan 1994 14:31:03 GMT
  110. Date: Wed, 12 Jan 1994 14:31:03 GMT
  111. Message-Id: <199401121431.OAA06832@archiduc.irit.fr>
  112. From: Lionel VINTENAT <vintenat@archiduc.irit.fr>
  113. To: AmigaE@bkhouse.cts.com
  114. Subject: Re: How do I fill this object?
  115.  
  116. >My question is: How do I fill out an OBJECT that consists of a substructure?
  117. >For example, I have problems with filling this OBJECT:
  118. >
  119. >OBJECT is          /* interrupt structure (exec/interrupts) */
  120. >  ln:substructure  /* this is a listnode structure (exec/nodes) */
  121. >  data:LONG       
  122. >  code:LONG
  123. >ENDOBJECT
  124. >
  125. >Questions:
  126. >2) should the 'ln' entry in 'is' be a pointer to a node, or the data of the
  127. >   node? 
  128.  
  129.     'ln' entry is the data of the node. If it was a pointer to a node, the
  130. 'is' definition would be
  131. OBJECT is
  132.   ln:LONG    /* or ln:PTR TO listnode (I'm not sure...) */
  133.   data:LONG
  134.   code:LONG
  135. ENDOBJECT
  136.  
  137. >1) How do I fill out this babe using these immediate lists?
  138.  
  139.     As immediate lists always return pointer and as 'ln' is a substructure
  140. (not a pointer, see above), I think you must fill each entry in the structure
  141. 'by hand' :
  142. DEF x:PTR TO is, y:PTR TO listnode
  143. x:=New(SIZEOF is)
  144. y:={x}            /* x and x.ln get are at the same address */
  145. y.succ:=succ
  146. ...
  147. x.data:=data
  148.  
  149.     Lionel
  150. From crash!kadewe.artcom.de!franke Thu, 13 Jan 94 01:08:02 PST
  151. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  152.       id <1knb@bkhouse.cts.com>; Thu, 13 Jan 94 01:08:02 PST
  153. Received: from kadewe.artcom.de by crash.cts.com with smtp
  154.     (Smail3.1.28.1 #18) id m0pK7jU-0000tyC; Wed, 12 Jan 94 07:43 PST
  155. Received: by kadewe.artcom.de (/\==/\ Smail3.1.25.1 #25.3 MX/A)
  156.       id <m0pK7jS-0004flC@kadewe.artcom.de>; Wed, 12 Jan 94 16:43 MET
  157. Message-Id: <m0pK7jS-0004flC@kadewe.artcom.de>
  158. Date: Wed, 12 Jan 1994 16:43:42 +0100 (MET)
  159. X-Mailer: ELM [version 2.4 PL21]
  160. Content-Type: text
  161. Content-Length: 76
  162. From: franke@artcom.de (Michael Franke)
  163. To: AmigaE@bkhouse.cts.com
  164. Subject: Unsubscribe
  165.  
  166.  
  167. Please unsubscribe me from the Amiga-E Mailinglist
  168.  
  169.  
  170.   - franke@artcom.de